Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: better bundling process and scope analysis #136

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

pionxzh
Copy link
Owner

@pionxzh pionxzh commented Aug 10, 2024

closes #134
closes #32

This PR introduced 3 forks

TODOs

  • Fix type generation
  • Fix function name scope issue

Copy link

vercel bot commented Aug 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wakaru ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 8, 2024 7:52am

Copy link

codecov bot commented Aug 10, 2024

Codecov Report

Attention: Patch coverage is 93.50649% with 5 lines in your changes missing coverage. Please review.

Project coverage is 89.50%. Comparing base (9d96c8f) to head (abbb9fc).

Files with missing lines Patch % Lines
packages/ast-utils/src/identifier.ts 92.85% 2 Missing ⚠️
packages/ast-utils/src/reference.ts 85.71% 1 Missing ⚠️
packages/ast-utils/src/scope.ts 66.66% 1 Missing ⚠️
packages/unminify/src/transformations/un-esm.ts 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
+ Coverage   89.45%   89.50%   +0.04%     
==========================================
  Files         101       99       -2     
  Lines       12438    12451      +13     
  Branches     1658     1671      +13     
==========================================
+ Hits        11127    11144      +17     
+ Misses       1253     1248       -5     
- Partials       58       59       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dynamic require of "assert" is not supported Error when importing Wakaru Unpacker Scoping issue
1 participant